home *** CD-ROM | disk | FTP | other *** search
/ The Grammy Awards / The Grammy Awards.bin / install.dat < prev    next >
Text File  |  1992-12-15  |  2KB  |  83 lines

  1. @DefineProject
  2.     @Name           = "The Grammy Awards" /* Product Textual Name:  */
  3.     @Version        = "V1.01"
  4.     @Subdir         = "GRAMMY"              /* default subdirectory for files */
  5.     @OutDrive       = C
  6.     @Group          = "A"
  7.     @Requires 3000000       /* requires three megabytes */
  8.     @Requires @Harddisk
  9. @EndProject
  10. @Display
  11.     @Cls
  12.  
  13.     This program will install @Name 
  14.     Version @Version on your computer system.
  15.     
  16.     You may press the [Esc] key at any time to abort the
  17.     installation.  INSTALL will ask you several questions about your
  18.     computer hardware.
  19.  
  20.     Each question has a default answer.  If the default answer is
  21.     correct, press the ENTER key in response to the question.
  22.     Otherwise, type the answer and then press the ENTER key.
  23.  
  24.     If you make a mistake while typing, press the BACKSPACE key
  25.     and then retype the answer.
  26.  
  27. @Pause
  28. @EndDisplay
  29. @if (@VideoGraph < 18)
  30.     @Display
  31.     Your system appears not to have a VGA display with at least
  32.     512K memory. The Grammy Awards requires Super VGA to run.
  33.     @pause
  34.     @EndDisplay
  35. @endif
  36. @GetOutDrive
  37.     @Suppress A
  38.     @Suppress B
  39.     @Cls
  40.     On which disc drive do you wish to install @Name?
  41.  
  42. @EndOutDrive
  43.  
  44. @GetSubdir
  45.     @Cls
  46.     Now you need to specify the disc destination subdirectory.
  47.     The subdirectory is the location on your disc where the
  48.     @Name system will be installed.
  49.     
  50.     If you don't know what a "subdirectory" is, you probably need not
  51.     worry about it and should just press Enter at the next prompt.
  52.  
  53.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  54. @EndSubdir
  55.  
  56. @DefineDisk
  57.     @Label = "GRMY V1.01"
  58.     @File INTRO.EXE
  59.     @File GRM.EXE  @Out GRMY.EXE
  60.     @File GRAM.GX
  61.     @File GRAM.BAT @Out GRAMMY.BAT
  62. @EndDisk  
  63.  
  64.  
  65. @SetConfig
  66.     @AskOverwrite
  67.     @Files = 20
  68.     @Buffers = 20
  69. @EndConfig
  70.  
  71.  
  72. @Finish
  73.     Installation of the @Name is complete.
  74.     
  75.     To run @name, simply enter "GRAMMY" at the DOS prompt from 
  76.     the @Outdrive:@SubDir directory on drive @Outdrive:.
  77.  
  78.     If your CONFIG.SYS file was modified, you will need to 
  79.     reboot your computer before running the program.
  80.     @pause
  81.     @ChDrive @OutDrive
  82. @EndFinish
  83.